Adwaita: Fix hovering modelbutton arrows
authorTimm Bäder <mail@baedert.org>
Sat, 10 Aug 2019 17:50:17 +0000 (19:50 +0200)
committerTimm Bäder <mail@baedert.org>
Sun, 11 Aug 2019 07:05:31 +0000 (09:05 +0200)
This CSS snippet was supposed to only recolor the popover arrow but
ended up also recoloring the > arrow on modelbuttons that show a
submenu. Make the selector more specific.

gtk/theme/Adwaita/_common.scss

index d1bcbb31a93033ab73d2e0d35e9734f074056e7c..15bdc8faaf2b28983b0145f2ba78c1f9d7dbb1bc 100644 (file)
@@ -4780,8 +4780,8 @@ popover.menu {
     padding-bottom: 5px;
   }
 
-  arrow,
-  &.background contents {
+  & > arrow,
+  &.background contents {
     background-color: $menu_color;
   }